From: Jan Djärv Date: Thu, 5 Feb 2004 13:01:13 +0000 (+0000) Subject: * xterm.h: Add declaration of free_frame_menubar. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24250 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=96d4511080040f9ddedb195c9f373794b624a569;p=emacs.git * xterm.h: Add declaration of free_frame_menubar. * xfns.c (x_create_bitmap_mask): Removed unused variable depth. (x_set_menu_bar_lines): Added ! defined USE_GTK for olines. (Fx_change_window_property): Add declaration of parameters type and format. Remove unused variable cons. --- diff --git a/src/ChangeLog b/src/ChangeLog index 847c5d9f393..1f0b0873371 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,11 @@ -2004-02-04 Luc Teirlinck +2004-02-05 Jan Dj,Ad(Brv - * editfns.c (Fchar_after, Fchar_before): Doc fixes. + * xterm.h: Add declaration of free_frame_menubar. -2004-02-05 Jan Dj,Ad(Brv + * xfns.c (x_create_bitmap_mask): Removed unused variable depth. + (x_set_menu_bar_lines): Added ! defined USE_GTK for olines. + (Fx_change_window_property): Add declaration of parameters type and + format. Remove unused variable cons. * xselect.c: Include stdio,h. @@ -12,6 +15,10 @@ * buffer.c (Fset_buffer_multibyte): Fix docstring. +2004-02-04 Luc Teirlinck + + * editfns.c (Fchar_after, Fchar_before): Doc fixes. + 2004-02-04 Stefan Monnier * keymap.c (Vmouse_events): Rename from Vmenu_events.